home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / gyroball.swf / scripts / frame_8 / PlaceObject2_74_209 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-03-22  |  133 b   |  7 lines

  1. onClipEvent(load){
  2.    speed = 0.15;
  3.    _root.ball_stuck = 0;
  4.    _root.ball_startx = this._x;
  5.    _root.ball_starty = this._y;
  6. }
  7.